@charset "utf-8";
/* ==========================================================================
   css reset
   ========================================================================== */
* html {
    -ms-text-size-adjust: 100%;
}

* body {
    height: 100%;
}

html {
    height: 100%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    min-width: 1200px;
    background: #f7f7f7;
    color: #333;
    font: 12px/18px Microsoft YaHei, SimHei, Heiti SC;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

fieldset, img {
    border: 0;
}

:focus {
    outline: 0;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

input, img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

input, button, textarea, select {
    outline: medium none;
    border: none;
    *font-size: 100%;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 12px/1.5 Microsoft YaHei, SimHei, Heiti SC;
}

input, select, textarea {
    font-size: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: 500;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

iframe {
    display: block;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}

sub, sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ins, a {
    outline: none;
    text-decoration: none;
}

a {
    color: #333;
}

a:link, a:visited, a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

:focus {
    outline: 0;
    text-decoration: none;
    -moz-outline-style: 0;
}

i, em {
    font-style: normal;
}

textarea {
    overflow: auto;
    outline-style: none;
    resize: none;
}

template {
    display: none;
}

.break-word {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    font-size: 0;
}

:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

td, th {
    padding: 0;
}

caption, th {
    text-align: left;
}

button, input, optgroup, select, textarea {
    margin: 0;
    background: #fff;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="text"]:focus, input[type="password"]:focus, .pop-select:focus {
    border-color: #bbb;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, textarea, select {
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
}

input, button, textarea, select, optgroup, option {
    background: #fff;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/* ==========================================================================
   通用样式
   ========================================================================== */

/* --------------------------------------------------------------------------
   头部
   -------------------------------------------------------------------------- */
.yunl-header {
    z-index: 100;
    width: 100%;
    height: 120px;
    transition: all .3s;
}

.yunl-header.fixed {
    position: absolute;
    top: 0;
    left: 0;
}

.yunl-header .inner {
    margin: 0 auto;
    width: 1200px;
    height: 120px;
}

.yunl-header .logo {
    display: table;
    float: left;
    margin-right: 20px;
    width: 242px;
    height: 70px;
}

.yunl-header .logo .inner {
    display: table-cell;
    vertical-align: middle;
}

.yunl-header .logo img {
    width: 242px;
}

.yunl-header .nav-con {
    display: inline-block;
    float: left;
    /*margin-left: 120px;*/
    margin-left: 20px;
    /*max-width: 660px;*/
    height: 120px;
}

.yunl-header .nav-con ul {
    height: 120px;
}

.yunl-header .nav-con ul li {
    position: relative;
    display: inline-block;
}

.yunl-header .nav-con li > a {
    display: inline-block;
    padding: 45px 16px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.yunl-header .nav-con li a.sec {
    color: #f65e50;
}

.yunl-header .header-btn {
    float: right;
    height: 120px;
}

.yunl-header .header-btn a + a {
    margin-left: 10px;
}

.yunl-header .header-btn .active {
    border-color: #339df0;
    background: #339df0;
}

.yunl-header .header-btn .btn-logged, .yunl-header .header-btn .btn-login {
    display: inline-block;
    margin-top: 42px;
    padding: 5px 10px;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.yunl-header .header-btn .btn-logged.small {
    overflow: hidden;
    margin-top: 0;
    width: 70px;
    vertical-align: -10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunl-header .header-btn .btn-login i {
    display: inline;
    float: left;
    margin: 3px 6px 0 0;
    width: 19px;
    height: 20px;
    background: url(../images2/slogan-gray.png) no-repeat;
    background-position: 0 0;
}

.yunl-header .header-btn em {
    color: #fff;
    font-size: 13px;
}

/*=================搜索=====================================*/
.search-box {
    /*float: right;*/
    /*width: 460px;*/
    z-index: 2;
    margin: 0 auto;
    margin-top: 180px;
    padding-right: 20px;
    width: 1200px;
    text-align: right;
    height: 40px;
}

.search-box2 {
    margin-top: 0px;
}

.search-box .box {
    float: right;
    position: relative;
    background: #fff;
    width: 300px;
    height: 40px;
    border-radius: 20px;
}

.search-box .box input {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    width: 250px;
}

.search-box .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../images2/search.png") no-repeat center;
    padding: 10px 15px;
}

.gj {
    float: right;
    line-height: 40px;
    margin-left: 15px;
    font-size: 16px;
}

.gj a{
    color: #f65e50 !important;
    font-weight: bolder;
}

.gj a:hover {
    border-bottom: 1px #fff solid;
    color: #fff !important;
}

/*
/*=================首页banner=====================================*/
.yqb-banner-index {
    position: relative;
    z-index: 44;
    margin-bottom: 5px;
}

.yqb-banner-index .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.yqb-banner-index .swiper-slide {
    position: relative;
    -ms-flex: 0 0 auto;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yqb-banner-index .swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    height: 380px;
}

.yqb-banner-index .swiper-slide {
    position: relative;
    -ms-flex: 0 0 auto;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yqb-banner-index .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 380px;
    background: no-repeat 50% 0;
    background-size: cover;
}

.yqb-banner-index .swiper-container .swiper-slide a img {
    display: inline;
    float: left;
}

/* 首页banner插件样式*/
.yqb-banner-index .swiper-container .slidesjs-control {
    overflow: hidden;
    width: 100%;
    height: 380px;
}

.yqb-banner-index .swiper-container .slidesjs-container {
    position: relative;
    z-index: 1;
}

.yqb-banner-index .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 2;
    overflow: hidden;
    margin-left: -140px;
    width: 280px;
    text-align: center;
}

.yqb-banner-index .swiper-container .swiper-pagination span {
    display: inline-block;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    background: url(../images2/dot.png) 0 0;
    text-indent: 9999px;
}

.yqb-banner-index .swiper-container .swiper-pagination span:hover {
    opacity: .8;
}

.yqb-banner-index .swiper-container .swiper-pagination-highlight {
    position: absolute;
    z-index: 3;
    display: block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    background: url(../images2/dot-on.png) 0 0;
}

/********** 图片展示主题模板二 ***********/
.index-box {
    width: 1200px;
    margin: 0px auto;
}
.min{
	margin-top: 30px;
}

.fr {
    float: right;
}

.nav li:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.nav ul li:hover {
    margin-top: 0;
    box-shadow: 0 3px 8px #eee;
}

/*=================主题标题=====================================*/
.result-head {
    margin: 15px 0 15px 0;
    height: 40px;
    border-width: 0;
    color: #535353;
    line-height: 40px;
}

.result-head .more {
    float: right;
    color: #474747;
    font-size: 14px;
    padding-top: 15px;
}

.result-head .more:hover {
    color: #318cce;
}

.result-head em {
    display: inline-block;
    width: auto;
    height: 40px;
    border-width: 0;
    font-size: 30px;
    line-height: 43px;
}

.result-head label {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
    color: #bababa;
    font-size: 14px;
}

.result-head label:after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #ddd;
    content: "";
}

.result-head a {
    font-size: 16px;
    margin-right: 30px;
}

.result-head a.sec {
    font-weight: 700;
    color: #f65e50;
    border-bottom: 2px #f65e50 solid;
    padding-bottom: 5px;
}

/*=================活动=====================================*/
.yqb-action {
    margin: 37px auto;
}

.yqb-action .inner {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.yqb-action .action-box {
    margin-top: -5px;
}

.yqb-action .action-temp {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 592px;
    height: 582px;
}

.yqb-action .action-linkurl {
    float: left;
    width: 606px;
    height: 584px;
}

.yqb-action .action-linkurl ul li {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    width: 291px;
    height: 286px;
}

.yqb-action .action-item {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    height: 286px;
    background: #fff;
    transition: all .3s;
}

.yqb-action .action-item img{
    height: 285px;
    width: 291px;
}

.yqb-action .action-linkurl .act-img img, .yqb-action .action-temp img {
    transition: all 1.0s;
}

.yqb-action .action-linkurl li:hover .act-img img, .yqb-action .action-temp:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.yqb-action .action-linkurl ul li:hover .action-item, .yqb-action .action-temp:hover {
    margin-top: 0;
    box-shadow: 0 3px 8px #ccc;
}

.yqb-action .action-linkurl ul li:hover .btn-go {
    background-position: 0 -20px;
}

/*=================幸福故事 =====================================*/
.stype-4 {
    margin: 37px auto;
}

.stype-4 .inner {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.sp-4 .stpye-info {
    float: left;
    width: 100%;
}

.sp-4 .stpye-info li {
    display: block;
    float: left;
    width: 392px;
    height: 280px;
}

.sp-4 .stpye-info li + li {
    margin-left: 10px;
}

.sp-4 .stpye-item {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    height: 280px;
    background: #fff;
    transition: all .3s;
}

.sp-4 .stpye-info li a {
    display: block;
}

.sp-4 .stpye-info .sp-img {
    overflow: hidden;
    width: 392px;
    height: 280px;
}

.sp-4 .stpye-info .sp-img img {
    width: 392px;
    height: 280px;
    transition: all 1.0s;
}

.sp-4 .stpye-info li:hover .sp-img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.sp-4 .stpye-info li .sp-txt {
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 392px;
    height: 50px;
}

.sp-4 .sp-txt h4 {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 50px;
}

.sp-4 .stpye-info li:hover .stpye-item {
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

/********** 媒体报道 ***********/
.yqb-company-newjoin {
    margin: 37px auto;
    width: 1200px;
}

.yqb-company-newjoin ul li {
    display: inline-block;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
    width: 199px;
    height: 120px;
    border: 1px solid #f1f1f1;
    background: #fff;
    text-align: center;
    transition: all .2s ease-out;
}

.yqb-company-newjoin ul li:hover {
    box-shadow: 0 0 80px rgba(0, 0, 0, .07) inset;
    transition: all .15s ease;
}

.yqb-company-newjoin li a {
    display: table;
    width: 100%;
}

.yqb-company-newjoin li span {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
}

.yqb-company-newjoin li img {
    margin: 0 auto;
    max-width: 199px;
    max-height: 120px;
}

/* --------------------------------------------------------------------------
   页脚
   -------------------------------------------------------------------------- */
.yqb-foot {
    display: table;
    width: 100%;
    background: #fff;
}

.yqb-foot-content {
    margin: 0 auto;
    padding-top: 25px;
    width: 1200px;
}

.yqb-foot-boxl {
    float: left;
    max-width: 1024px;
}

.yqb-foot-boxl a:hover {
    color: #03a9f4;
}

.yqb-foot-boxl p {
    padding-bottom: 5px;
}

.yqb-foot-boxl p a {
    margin-right: 35px;
    color: #666;
    font-size: 16px;
}

.yqb-foot-boxr {
    float: right;
}

.yqb-foot-boxr ul li + li {
    margin-left: 40px;
}

.yqb-foot-boxr ul li p {
    padding: 8px 0;
    color: #999;
    text-align: center;
    font-size: 14px;
}

.yqb-foot-copyright {
    float: left;
    width: 400px;
    padding: 25px 0;
    color: #999;
    font-size: 14px;
}

.yqb-foot-copyright p a{
    color: #999;
    font-size: 14px;
}

.yqb-foot-copyright p i {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../images2/icon-copyright.png") no-repeat;
    vertical-align: -5px;
}

.aq {
    float: left;
    margin-top: 10px;
}

/*=================内页banner=====================================*/
.yqb-banner-index2 {
    position: relative;
    z-index: 44;
}

.yqb-banner-index2 .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.yqb-banner-index2 .swiper-slide {
    position: relative;
    -ms-flex: 0 0 auto;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yqb-banner-index2 .swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    height: 180px;
}

.yqb-banner-index2 .swiper-slide {
    position: relative;
    -ms-flex: 0 0 auto;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.yqb-banner-index2 .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 180px;
    background: no-repeat 50% 0;
    background-size: cover;
}

.yqb-banner-index2 .swiper-container .swiper-slide a img {
    display: inline;
    float: left;
}

/*=================内页图片 =====================================*/
.stype-5 {
    margin: 0px auto;
}

.stype-5 .inner {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.sp-5 .stpye-info {
    float: left;
    width: 100%;
    /*margin-top: -20px;*/
}

.sp-5 .stpye-info li {
    display: block;
    float: left;
    width: 285px;
    height: 313px;
    margin: 0 10px 20px 5px;
}

.sp-5 .stpye-item {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    width: 285px;
    height: 313px;
    background: #fff;
    transition: all .3s;
    /*background-color: #000;*/
    /*opacity: .9;*/
}

.sp-5 .stpye-info li a {
    display: block;
}

.sp-5 .stpye-info .sp-img {
    display: table-cell;
    font-size: 0;
    line-height: 313px;
    overflow: hidden;
    width: 285px;
    height: 313px;
    text-align: center;
}

.sp-5 .stpye-info .sp-img img {
    max-width: 100%;
    max-height: 100%;
    /*width: 284px;*/
    /*height: 312px;*/
    transition: all 1.0s;
    vertical-align: middle;
    display:inline-block
}

.sp-5 .stpye-info li:hover .sp-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sp-5 .stpye-info li:hover .stpye-item {
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.sp-5 .sp-txt-h {
    position: absolute;
    top: 213px;
    overflow: hidden;
    padding: 10px 20px;
    width: 251px;
    height: 80px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    transition: all .2s ease-out;
}

.sp-5 .sp-txt-h h5 {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}

.sp-5 .sp-txt-h p {
    margin-top: 1px;
    font-size: 14px;
}

.sp-5 .sp-txt-h p span {
    margin-right: 20px;
}

.sp-5 .stpye-info li:hover .sp-txt-h {
    top: 213px;
    opacity: 1;
}

/* 分页样式*/
.list-page {
    margin: 30px 0;
    text-align: center;
}

.list-page a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 10px #ccc;
    color: #757575;
    font-size: 14px;
    line-height: 40px;
}

.list-page a.active, .list-page a:hover {
    background: #4ec3f7;
    color: #fff;
}

.page_wrap .inner{
    text-align: center;
}

.page_wrap {
    margin-bottom: 10px;
}

.page_wrap .inner a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 10px #ccc;
    color: #757575;
    font-size: 14px;
    line-height: 40px;
}

/*详情页*/
.more-img {
    float: left;
    width: 528px;
    margin: 20px 0;
    line-height: 580px;
    text-align: center;
    background-color: #fff;
}

.more-img img {
    max-width: 528px;
    max-height:580px;
    vertical-align: middle;
    /*box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);*/
}

.hy-about {
    float: left;
    width: 632px;
    height: 580px;
    padding: 0 0 0 40px;
    margin-top: 20px;
    font-size: 18px;
    background: #fff;
}

.hy-about p {
    margin: 15px 0 5px 0;
    border-bottom: 1px #f5f5f5 solid;
    padding-bottom: 10px;
}

.hy-about li {
    float: left;
    width: 310px;
    margin: 6px 0;
}

.hy-about span {
    font-size: 22px;
    font-weight: 700;
}

.hy-about label {
    float: left;
    color: #999;
    width: 90px;
}

.hy-about b {
    font-weight: 700;
    color: #f65e50;
}

.hy-about i {
    font-weight: 700;
    margin-left: 25px;
}

.hy-about ul li em{
    float:left;
    width: 190px;
}

.gxqm {
    float: left;
    width: 560px;
    /*margin-top: 10px;*/
    background: #f9f9f9;
    padding: 15px 20px;
}

.gxqm dt {
    margin-bottom: 10px;
}

.gxqm dd {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.hy-btn {
    float: left;
    width: 600px;
    margin-top: 20px;
}

.hy-btn a {
    padding: 10px 40px;
    background: #4ec3f7;
    color: #fff;
    margin-right: 20px;
}

.zwyx {
    float: left;
    width: 1200px;
    margin: 20px 0 40px 0;
}

.zwyx p {
    font-size: 20px;
    margin-bottom: 10px;
}

.zwyx ul {
    float: left;
    width: 1200px;
    background: #fff;
    padding: 10px 0;
}

.zwyx li {
    float: left;
    width: 200px;
    font-size: 16px;
    margin: 10px 20px;
}

/*关于花为媒*/
.about {
    background: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 30px;
}

.about li {
    margin: 15px 0;
}

.gdjg {
    width: 1140px;
    background: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 30px;
}

.gdjg li {
    display: inline-block;
    margin: 15px 0;
    width: 33%;
}

.gdjg li a {
    font-weight: 700;
    color: #f65e50;
}

.gdjg li em {
    margin-right: 20px;
}

/*幸福故事*/
.xfgs-tu {
    margin-top: 20px;
}

.xfgs-list {
    position: relative;
}

.xfgs {
    display: inline-block;
    width: 526px;
    background: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin: 20px 3px 0px 3px;
}

.grzl {
    float: left;
    width: 326px;
    font-size: 14px;
}

.grzl2 {
    float: left;
    width: 286px;
    font-size: 14px;
    margin-left: 40px;
}

.grzl li {
    float: left;
    width: 143px;
    margin: 5px 0;
}

.grzl span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.grzl label {
    float: left;
    color: #999;
}

.grzl b {
    font-weight: 700;
    color: #f65e50;
}

.grzl i {
    font-weight: 700;
    margin-left: 25px;
}

.grzl-img img {
    float: left;
    width: 200px;
	height: 220px;
    margin-top: 10px;
}

.yz {
    position: absolute;
    top: 120px;
    left: 514px;
    z-index: 99;
}

/*服务中心*/
.fwzx {
    background: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.fwzx p {
    font-size: 20px;
    /*color: #999;*/
}

.fwzx li {
    margin: 6px 0;
}

/*活动*/
.hd li {
    margin-bottom: 20px;
}

/*朋友圈*/
.pyq {
    display: table;
    width: 1200px;
    background: #fff;
    margin-top: 20px;
}

.grxx {
    font-size: 16px;
    margin: 20px 20px 0 20px;
}

.grxx dt {
    float: left;
}

.grxx dt img {
    border-radius: 50%;
    width: 60px;
}

.grxx dd {
    float: left;
    width: 1080px;
    margin-left: 15px;
}

.grxx dd span {
    font-size: 22px;
}

.grxx dd p {
    color: #757575;
}

.photo {
    float: left;
    margin: 20px 10px;
}

.photo li {
    display: inline-block;
    margin-left: 11px;
}

.photo li img {
    display: inline-block;
    width: 220px;
    height: 242px;
}

/*登录*/
/* 遮罩层弹框 */
.zzc_div {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images2/bg.png);
    display: none;
    z-index: 9999;
}

/**/
.login {
    display: table;
    width: 420px;
    background: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
}

.login h2 {
    width: 54px;
    background: #f5f5f5;
    width: 360px;
    line-height: 54px;
    padding: 0 30px;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cloes {
    float: right;
}

.cloes a {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images2/cloes_icon.png) no-repeat center 0;
    z-index: 9;
    margin-top: 12px;
}

.login ul {
    float: left;
    margin: 10px 0 10px 0;
}

.login li {
    float: left;
    border-bottom: 1px #ebebeb solid;
    margin: 15px 40px;
}

.login li label {
    float: left;
    width: 90px;
    padding: 10px 0;
    color: #bdbdbd;
    border: 0;
}

.login li input {
    float: left;
    width: 250px;
    border: none;
    font-size: 1em;
    padding: 10px 0;
    color: #999;
}

.login li input[type="radio"] {
    float: left;
    width: 20px;
    border: none;
    font-size: 1em;
    padding: 10px 0;
    color: #999;
}

.login li button {
    float: right;
    background: #f65e50;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 10px 10px 10px;
    margin-top: 10px;
}

.dl {
    margin: 10px 40px 20px 40px;
    color: #999;
}

.wjmm {
    color: #999;
}

.ljzc {
    float: right;
    color: #f65e50;
}

.grn_btn button {
    width: 340px;
    background-color: #f65e50;
    padding: 10px 0;
    margin: 10px 40px 40px 40px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.qdl {
    float: right;
    color: #f65e50;
    margin: -10px 40px 30px;
}

.qdl span {
    color: #666;
    margin-right: 10px;
}

.login button.yzm {
    float: right;
    color: #f65e50;
    width: 110px;
    background: none;
    padding: 0px 10px;
    border:none;
    border-left: 1px #ddd solid;
    text-align: right;
}

/*消息*/
.news-linkurl {
    background: #fff;
    margin-bottom: 20px;
}

/*.news-linkurl li {*/
    /*position: relative;*/
    /*padding: 10px 30px;*/
    /*!*height: 36px;*!*/
    /*line-height: 36px;*/
    /*cursor: pointer;*/
/*}*/

/*.news-linkurl li + li {*/
    /*border-top: 1px solid #f1f1f1;*/
/*}*/

/*.news-linkurl li a {*/
    /*display: block;*/
/*}*/

/*.news-linkurl li.active, .news-linkurl li:hover {*/
    /*background: #fafafa;*/
/*}*/

/*.news-linkurl li a:hover {*/
    /*color: #5e5e5e;*/
/*}*/

/*.news-linkurl li em {*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-top: 2px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*border-radius: 50%;*/
    /*background: #ededed;*/
    /*color: #303030;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*font-family: Arial, sans-serif;*/
    /*line-height: 30px;*/
/*}*/

/*.news-linkurl li span {*/
    /*display: inline-block;*/
    /*overflow: hidden;*/
    /*padding-left: 15px;*/
    /*width: 800px;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*font-size: 16px;*/
/*}*/

/*.news-linkurl li label {*/
    /*float: right;*/
    /*color: #a3a3a3;*/
    /*font-size: 14px;*/
/*}*/

.news-linkurl table{
    width: 100%;
}

.news-linkurl table tr{
    cursor: pointer;
}

.news-linkurl tr:hover{
    background: #fafafa;
}

.news-linkurl tr + tr {
    border-top: 1px solid #f1f1f1;
}

.news-linkurl table td{
    line-height: 30px;
    padding: 10px 15px;
    font-size: 16px;
}

.news-linkurl tr em {
    display: inline-block;
    float: left;
    /*margin-top: 2px;*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ededed;
    color: #303030;
    text-align: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 30px;
}

.news-linkurl tr em.on{
    background-color: #f65e50;
    color: #fff;
}

.news-linkurl tr .cont {
    font-size: 16px;
}

.news-linkurl tr .label {
    color: #a3a3a3;
    font-size: 14px;
    width: 150px;
}

.news-linkurl tr .option{
    width: 40px;
}

/*照片*/
.photo-list {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.photo-list li {
    display: inline-block;
    margin: 10px 0 10px 11px;
}

.photo-list li img {
    width: 220px;
    height: 242px;
}

.photo-list li a img:hover {
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

/**/
.apply-form {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.form-group {
    margin: 15px 0 15px 40px;
}

.apply-form .form-group label {
    display: inline-block;
    float: left;
    width: 90px;
    height: 37px;
    color: #333;
    font-size: 16px;
    line-height: 37px;
}

.apply-form .form-group .group-box {
    padding-left: 90px;
}

.apply-form .form-group input {
    padding: 0 10px;
    width: 298px;
    height: 35px;
    border: 1px solid #dcdcdc;
    color: #535353;
    font-size: 16px;
    line-height: 35px;
}

.apply-form .group-select {
    position: relative;
    width: 318px;
    height: 35px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 35px;
}

.apply-form .group-select input {
    display: block;
    padding: 0 20px 0 10px;
    width: 288px;
    height: 35px;
    border: 0;
    font-size: 14px;
    line-height: 35px;
}

.apply-form .group-select i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 35px;
    background: url(../images2/select-icon1.png) no-repeat center center;
    cursor: pointer;
}

.apply-form .form-group .textarea {
    padding: 5px 10px;
    width: 920px;
    height: 80px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
}

.apply-form .apply-btn {
    padding-left: 130px;
    margin-bottom: 20px;
}

.apply-form .apply-btn .btn {
    display: block;
    width: 320px;
    height: 40px;
    border-radius: 3px;
    background: #f65e50;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

/*上传照片*/
.sczp {
    display: table;
    width: 1140px;
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.no_photo img {
    float: left;
    width: 220px;
    height: 242px;
}

.sc_btn {
    float: left;
    width: 800px;
    margin-left: 40px;
}

.up-file {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px #f65e50 solid;
    color: #f65e50;
    font-size: 16px;
    cursor: pointer;
}

.sczp_btn {
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    background: #f65e50;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}

.sczp_btn:hover {
    color: #fff;
}

.file-state1 {
    color: #aaa;
    font-size: 14px;
    margin-left: 20px;
}

.sc_btn p {
    margin: 20px 0;
}

.sc_btn p.zt {
    font-size: 18px;
}

.sc_btn p.ts {
    color: #f65e50;
    margin-top: 30px;
    font-size: 14px;
}

/*我的资料*/
.myzl {
    float: left;
    width: 1180px;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.jbzl {
    color: #bdbdbd;
    font-size: 18px;
    margin: 10px 20px 0 20px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 10px;
}

.jbzl span {
    font-size: 14px;
    color: #f65e50;
    margin-left: 15px;
}

.myzl-group {
    margin: 5px 40px;
}

.myzl-group ul {
    float: left;
    width: 520px;
}

.myzl-group li {
    float: left;
    margin: 8px 0;
}

.myzl-group .lab {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 36px;
    vertical-align: top;
    text-align: right;
    line-height: 36px;
    color: #999;
    font-size: 16px;
}

.myzl-group li span {
    float: left;
    /*width: 340px;*/
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
}

.myzl-group .no-editable{
    min-width: 340px;
    display: inline-block;
}

.myzl-group input {
    float: left;
    padding: 0 10px;
    width: 340px;
    height: 34px;
    border: 1px solid #dcdcdc;
    color: #333;
    font-size: 16px;
    line-height: 34px;
}

.myzl-group input[type='radio']{
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.myzl-group select {
    float: left;
    padding: 0 10px;
    width: 362px;
    height: 34px;
    border: 1px solid #dcdcdc;
    color: #333;
    font-size: 16px;
    line-height: 34px;
}

.myzl-group span{
    /*min-width: 230px;*/
}

.myzl-group .group-select select{
    width: 119px;
    border: 0;
}

.myzl-group .group-select span{
    width: 119px;
    border: 0;
}

.myzl-group .group-select span select{
    width: 119px;
    border: 0;
}

.myzl-group .group-select:last-child select{
    width: 118px;
}

.myzl-group .group-select {
    float: left;
    position: relative;
    /*width: 119px;*/
    height: 34px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 34px;
    color: #bdbdbd;
    overflow: hidden;
}

.myzl-group .group-select2 {
    float: left;
    position: relative;
    width: 360px;
    height: 34px;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 34px;
    color: #bdbdbd;
}

.group-select input, .group-select2 input {
    float: left;
    display: block;
    padding: 0 20px 0 10px;
    width: 288px;
    height: 34px;
    border: 0;
    font-size: 16px;
    line-height: 34px;
}

.group-select i, .group-select2 i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 34px;
    background: url(../images2/select-icon1.png) no-repeat center center;
    cursor: pointer;
}

